home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / RZSW1111.ZIP / MANUAL.UPD < prev    next >
Text File  |  1990-11-14  |  1KB  |  45 lines

  1. Brief summary of additions to docs from 900713 to 901111.
  2.  
  3. The section talking about Asynchronous cables the meaning of Pin 20
  4. has changed. Instead of installing the jumper for Back to Back cables
  5. install it when connected to a diode matrix cable.
  6.  
  7. If you are using the asynchronous port on an RS-232 device, RS-232 Lan
  8. or only between two switches leave the jumper off.
  9.  
  10. If you are using the asynchronous port on a modem connected to a radio
  11. you will need to set a 1TXDelay to the required TXDelay in MAKEPROM.
  12.  
  13. If you are using a diode matrix cable or diode board just swap the
  14. wires between pins 20 and 23.
  15.  
  16. There is no default password, to configure a different password
  17. add a line in the .CNF file such as:
  18.  
  19. Password password.rs
  20.  
  21. The first line of this file has the reply length. The second line has the
  22. key. When you connect to Loader the switch will send a list of numbers
  23. in hex. These numbers represent the position in the key of the correct
  24. reply.
  25.  
  26. If the file contained:
  27. 1
  28. ROSEISBESTABCDEFGHIJKLMNOPQRSTUVWXYZ
  29.  
  30. If the switch were to send:
  31.  
  32. 11 23 32 43 17 02 04 18 09 0F...
  33.  
  34. The correct reply would be the 18th character (the first is position 0)
  35. or "H".
  36.  
  37. The file PASSWORD.RS has an example that would configure the default.
  38. The program ROSEPWD.EXE prints out a nice table for easier lookup.
  39.  
  40. To print out the table use the following command
  41.  
  42. ROSEPWD /H file
  43.  
  44.  Where file is the name of the file with the password data
  45.